home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / utility / ccache11.zip / FLOPPIES.TXT < prev    next >
Text File  |  1996-06-22  |  3KB  |  119 lines

  1. FLOPPIES.EXE    COPYRIGHT 1995-1996 horio shoichi    FLOPPIES.EXE
  2.  
  3.  
  4.  
  5. NAME
  6.      floppies.exe - relocates dos floppy disk driver requests
  7.  
  8. SYNOPSIS
  9.      floppies [load_umb] [delete]
  10.  
  11.      device=floppies.exe [load_umb]
  12.  
  13.      floppies VECTOR [interrupt-number interrupt-id]
  14.  
  15. COMMAND LINE RULES
  16.      Command line has following rules
  17.  
  18.      -    Operands  consist of options and terminating ';' (semi-
  19.           colon).  Except for ';' , the order is unimportant.
  20.  
  21.      -    The character ';' (semicolon) terminates command  line.
  22.           Operands after the character are ignored.
  23.  
  24.      -    All  operands are case sensitive, and generally must be
  25.           in lower case.  In this  version  VECTOR  is  the  only
  26.           upper  case  operand.  On config.sys line, operands are
  27.           converted to lower case and then interpreted.
  28.  
  29.      -    The character '/' can be placed anywhere ' ' (the white
  30.           space) can be placed.
  31.  
  32.      -    Alphabetic part of an option can be abbreviated down to
  33.           one character, if there is no ambiguities.  For example
  34.           the delete option has the syntax [d[e[l[e[t[e]]]]]].
  35.  
  36. DESCRIPTION
  37.      It  is  possible to load floppies.exe into UMB (upper memory
  38.      block) by appropriate  load  command,  such  as  devicehigh=
  39.      instead of device= or using loadhigh command.
  40.  
  41.      Alternatively,  using load_umb option when loading under dos
  42.      command line finds the smallest space on upper memory  block
  43.      that fits and loads itself there.
  44.  
  45.      The  delete option is the option to tell resident (loaded as
  46.      TSR) floppies to be deleted from memory.
  47.  
  48.      Floppies.exe is a character mode  device  driver  or  a  TSR
  49.      (Terminate  and  Stay  Resident) program to relocate most of
  50.      floppy device driver requests from dos block  device  driver
  51.      and  use  int40  instead  of  int13.  Since floppies and IDE
  52.      disks cannot run concurrently due to the organization of DOS
  53.      device drivers, floppies.exe, under control of concache.exe,
  54.      replaces most of data transfer requests for floppies against
  55.  
  56. Concache 1.10       Last Update:  20 June 1996                  1
  57.  
  58.  
  59.  
  60. FLOPPIES.EXE    COPYRIGHT 1995-1996 horio shoichi    FLOPPIES.EXE
  61.  
  62.  
  63.  
  64.      DOS  device  driver  to  floppies.exe.  This allows IDE disk
  65.      operations without interference from floppy  disks'.   Flop-
  66.      pies.exe  accepts  only  read,  write,  and write and verify
  67.      device driver functions to free dos block device driver from
  68.      most  of lengthy floppy operations.  It works only when con-
  69.      cache.exe requests floppy operations to floppies.exe.
  70.  
  71.      For VECTOR argument, see  the  corresponding  subsection  in
  72.      concache.txt.
  73.  
  74. SEE ALSO
  75.      concache.txt, eqanda.txt, overview.txt.
  76.  
  77. FEATURES
  78.      Due to interrupt overlay order, delete option may not always
  79.      work.
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115. Concache 1.10       Last Update:  20 June 1996                  2
  116.  
  117.  
  118.  
  119.